object formEditMultiString: TformEditMultiString Left = 333 Top = 230 ActiveControl = memoData BorderStyle = bsDialog Caption = 'Change multi-string value' ClientHeight = 257 ClientWidth = 369 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poScreenCenter Scaled = False OnShow = FormShow DesignSize = ( 369 257) PixelsPerInch = 96 TextHeight = 13 object labelValue: TLabel Left = 8 Top = 8 Width = 353 Height = 17 AutoSize = False Caption = 'Name of value:' end object labelData: TLabel Left = 8 Top = 56 Width = 353 Height = 17 AutoSize = False Caption = 'Value data:' end object bnCancel: TButton Left = 200 Top = 224 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object bnOK: TButton Left = 288 Top = 224 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object editValue: TEdit Left = 8 Top = 24 Width = 353 Height = 21 Color = clBtnFace ReadOnly = True TabOrder = 2 end object memoData: TMemo Left = 8 Top = 72 Width = 353 Height = 145 ScrollBars = ssBoth TabOrder = 3 end end